home *** CD-ROM | disk | FTP | other *** search
/ Iron Maiden - Maiden Hell! / Iron Maiden - Maiden Hell! Promotional CD-ROM.iso / mac / promo.dxr / scripts_8.ls < prev    next >
Encoding:
Text File  |  1998-09-16  |  195 b   |  10 lines

  1. on exitFrame
  2.   global gWhereWereMorphingTo
  3.   if the movieTime of sprite 28 < gWhereWereMorphingTo then
  4.     go(the frame)
  5.   else
  6.     go("cat")
  7.     set the movieRate of sprite 28 to 0
  8.   end if
  9. end
  10.